use int instead of time_t to print timezone info
authorVladimir Petko <vladimir.petko@canonical.com>
Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)
committerEmilio Pozuelo Monfort <pochu@debian.org>
Tue, 25 Aug 2026 07:29:15 +0000 (09:29 +0200)
commit841b40ad8afc746ff40255be91a2488d26e69b0d
tree6a63975d8d5be440b359ad42b5bfb8aa99ae4cd0
parent5bc4cc2621380d693a2b7ce0f79a6e52b94e390b
use int instead of time_t to print timezone info

Bug: https://bugs.openjdk.org/browse/JDK-8334502
Last-Update: 2024-06-19

printf() call uses %02d format specifier that requires an int parameter.

Gbp-Pq: Name jdk-8334502-proposed.patch
src/hotspot/share/runtime/os.cpp